home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Tools&Utilities / rtftohtml PPC 3.0.1 / nav-panl < prev    next >
Text File  |  1996-07-10  |  2KB  |  59 lines

  1. #
  2. # This file is used for customizing the layout of the
  3. # navigation panels created by rtftoweb. You can tell rtftoweb to load
  4. # a customization file like this one by the command line option "-N <file>".
  5. # If the file "nav-panel" exists in rtftohtml's library directory and no
  6. # -N option was given the navigation panel layout will be read from that file.
  7. #
  8. # Each of the following lines define a certain panel element. Everything that 
  9. # follows the first colon will be literally inserted into the html files.
  10. # This way it is possible to have inline images as navigation buttons.
  11. #
  12.  
  13. # these define the buttons of the navigation panels:
  14. previous.:<IMG SRC="../images/leftg.gif" ALT="<< " border=0>
  15. next.....:<IMG SRC="../images/rightg.gif" ALT=">> " border=0>
  16. up.......:<IMG SRC="../images/upg.gif" ALT="Up " border=0>
  17. title....:<IMG SRC="../images/topg.gif" ALT="Title " border=0>
  18. contents.:<IMG SRC="../images/contg.gif" ALT="Contents " border=0>
  19. index....:<IMG SRC="../images/indexg.gif" ALT="Index" border=0>
  20.  
  21. # the following maybe specified to display, say, a "previous" button, even if
  22. # there is no previous document (so that the nav panel always looks the same):
  23. noprev...:<IMG SRC="../images/noleftg.gif" ALT="<< " border=0>
  24. nonext...:<IMG SRC="../images/norightg.gif" ALT=">> " border=0>
  25. noup.....:<IMG SRC="../images/noupg.gif" ALT="Up " border=0>
  26. notitle..:<IMG SRC="../images/notopg.gif" ALT="Title " border=0>
  27.  
  28. # the delimiter between navigation items:
  29. delimiter: 
  30.  
  31. # definition for the horizontal line:
  32. hr.......:<hr size=4>
  33.  
  34. #
  35. # The following lines specify additional document options to date only
  36. # supported by Netscape.
  37. #
  38.  
  39. bgimage..:"../images/r2harch.gif"
  40. bgcolor..:
  41.  
  42.  
  43. # this sets the text color of the document:
  44. textcolor:#1809BB
  45.  
  46. # the color of links (default blue):
  47. #linkcolor.:#00ff00
  48.  
  49. # the color of visited links (default purple):
  50. #vlinkcolor:#009900
  51.  
  52. # the color of active links (default red):
  53. #alinkcolor:#aa00aa
  54.  
  55.  
  56.  
  57.  
  58.  
  59.